:root {
  --accent-color:                 #94aebd;
  --accent-color-rgb:             148, 174, 189;
  --accent-color-darker:          #7496aa;
  --accent-color-darker-rgb:      116, 150, 170;
  --accent-color-darkest-rgb:     90, 125, 145;
  --link-color:                   #86b6c7;
  --link-color-darker:            #63a1b7;
  --border-color:                 #B8B8B8;
  --subtitle-color:               #e6c093;
  --body-bg:                      #151517;
  --body-bg-rgb:                  21, 21, 23;
  --body-bg-lighter:              #212124;
  --body-bg-darker:               #09090a;
  --body-bg-darkest:              black;
  --body-color:                   #b8afaf;
  --body-color-rgb:               184, 175, 175;
  --body-color-darkest:           #887979;
  --about-card-bg:                #000000;
  --footer-color:                 #9B9B9B;
  --footer-bg:                    #151517;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #414147;
  --component-notify-bg:          #2d2d32;
  --lightness-body-5:             #212124;
  --lightness-body-10:            #2d2d32;
  --font-family-primary:          'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Montserrat', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 16px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 13px; } }
